home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_119297.txt < prev    next >
Text File  |  1987-11-25  |  2KB  |  104 lines

  1. -- card: 119297 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on mouseUp     --puts the name of the clicked button in the Message box.
  8.   put the short name of the target
  9. end mouseUp
  10.  
  11. on closeCard
  12.   hide message box
  13.   set hilite of button Thanks to false
  14. end closeCard
  15.  
  16.  
  17. -- part 1 (button)
  18. -- low flags: 00
  19. -- high flags: 8002
  20. -- rect: left=23 top=189 right=210 bottom=103
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: Click me!
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   pass mouseUp
  32. end mouseUp
  33.  
  34.  
  35.  
  36. -- part 2 (button)
  37. -- low flags: 00
  38. -- high flags: 8003
  39. -- rect: left=27 top=223 right=249 bottom=99
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Me too!
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   pass mouseUp
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 3 (button)
  56. -- low flags: 00
  57. -- high flags: 8006
  58. -- rect: left=27 top=256 right=282 bottom=99
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Thanks
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   set hilite of the target to not the hilite of the target
  70.   pass mouseUp
  71. end mouseUp
  72.  
  73.  
  74.  
  75. -- part contents for background part 2
  76. ----- text -----
  77. Target
  78.  
  79. -- part contents for background part 1
  80. ----- text -----
  81. the target
  82.  
  83. The object this message (the one that invoked the current script) was originally sent to.  Useful for allowing a message at a high level (the Home script, for example) to refer to the low-level object that originally received the message.  
  84.  
  85. on mouseUp     --See this card's script.
  86.     put the short name of the target
  87. end mouseUp
  88.  
  89.  
  90. -- part contents for background part 43
  91. ----- text -----
  92. 337,169
  93.  
  94. -- part contents for background part 44
  95. ----- text -----
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.